home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cug106 / prvlib.c < prev    next >
Text File  |  1984-06-14  |  768b  |  14 lines

  1. /*------------------------------------------------------------------*/
  2. /*                                                                  */
  3. /*  This is a library of private routines for use with BDS C prog-  */
  4. /*  grams.  The comment lines preceding each entry are intended     */
  5. /*  to give a sufficient explanation of the routine that follows.   */
  6. /*  To link any of these routines to a BDS C program, merely name   */
  7. /*  PRVLIB as a argument following the name of the main program in  */
  8. /*  the CLINK command line.                                         */
  9. /*                                                                  */
  10. /*------------------------------------------------------------------*/
  11.  
  12.  
  13. /*
  14.     Move k bytes from blk1 to blk2.